Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Stas committed Aug 9, 2022
1 parent a3e3f84 commit 937e8bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Volumey.Package/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Identity
Name="58593StasG.Volumey"
Publisher="CN=978C2FB1-8A3A-4D5E-BC79-3F2149147466"
Version="1.4.4.0"/>
Version="1.5.0.0"/>

<Properties>
<DisplayName>Volumey</DisplayName>
Expand Down
6 changes: 3 additions & 3 deletions Volumey/Volumey.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<Configurations>Debug;Release;Store</Configurations>
<SelfContained>False</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<AssemblyVersion>1.4.4.0</AssemblyVersion>
<Version>1.4.4.0</Version>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<Version>1.5.0.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand Down Expand Up @@ -66,7 +66,7 @@
<ItemGroup>
<PackageReference Include="Autoupdater.NET.Official" Version="1.7.0" />
<PackageReference Include="log4net-loggly" Version="9.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.3">
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 937e8bf

Please sign in to comment.