Skip to content

Commit

Permalink
Bump version to rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
markgibbons25 committed Mar 6, 2020
1 parent 920b3c1 commit 6534a5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Dianoga/Dianoga.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<None Include="Dianoga Tools\pngquant\README.txt" />
</ItemGroup>
<ItemGroup>
<Content Include="Dianoga Tools\mozjpeg_3.3.1_x86\cjpeg.exe" />
<None Include="Dianoga Tools\mozjpeg_3.3.1_x86\cjpeg.exe" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
4 changes: 2 additions & 2 deletions src/Dianoga/Dianoga.svgtools.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Dianoga.svgtools</id>
<version>5.0.0-rc.2</version>
<version>5.0.0-rc.3</version>
<title>Dianoga.svgtools</title>
<authors>Kam Figy, Mark Gibbons</authors>
<owners>Kam Figy, Mark Gibbons</owners>
Expand All @@ -14,7 +14,7 @@
<copyright>Copyright 2020</copyright>
<tags>sitecore optimization</tags>
<dependencies>
<dependency id="Dianoga" version="5.0.0-rc.2" />
<dependency id="Dianoga" version="5.0.0-rc.3" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion src/Dianoga/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.0.0.0")]
[assembly: AssemblyFileVersion("5.0.0")]
[assembly: AssemblyInformationalVersion("5.0.0-rc.2")]
[assembly: AssemblyInformationalVersion("5.0.0-rc.3")]

0 comments on commit 6534a5c

Please sign in to comment.