Skip to content

Commit

Permalink
Merge pull request #325 from XAMLMarkupExtensions/development
Browse files Browse the repository at this point in the history
preRelease
  • Loading branch information
konne committed Nov 14, 2021
2 parents 88f9a97 + 7ed4a67 commit 127f664
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Create msbuild params
run: |
echo "::set-output name=params::${{ github.event.repository.name }}.csproj -verbosity:minimal /p:Configuration=Release /property:DisableGitVersionTask=true /property:GitVersion_NuGetVersion=${{ github.event.release.tag_name }}"
echo "::set-output name=params::${{ github.event.repository.name }}.csproj -verbosity:minimal /p:Configuration=Release /property:DisableGitVersionTask=true /property:GitVersion_NuGetVersion=${{ github.event.release.tag_name }} /property:Version=${{ github.event.release.tag_name }}"
id: msbuild

- name: add nuget API Key for releases
Expand Down
6 changes: 3 additions & 3 deletions src/WPFLocalizeExtension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@

<!--References for .Net Core 3.x-->
<ItemGroup Condition="$(TargetFramework.StartsWith('netcore'))">
<PackageReference Include="System.Management" Version="5.0.0" />
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
<PackageReference Include="System.Management" Version="6.0.0" />
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
</ItemGroup>

<!--PackageReference for all framworks-->
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="GitVersion.MsBuild" Version="5.7.0" PrivateAssets="all" />
</ItemGroup>

Expand Down

0 comments on commit 127f664

Please sign in to comment.