Skip to content

Commit

Permalink
Updated version to 0.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeReV committed Jan 18, 2020
1 parent 70ec6ce commit 4c3cc31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Catalog.Wpf/Catalog.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<PackageId>BigBoxGameCatalog.Wpf</PackageId>
<PackageVersion>0.2.0</PackageVersion>
<PackageVersion>0.2.1</PackageVersion>
<Authors>Amir Grozki</Authors>
<PackageProjectUrl>https://github.com/GeReV/BigBoxGameCatalog</PackageProjectUrl>
<RepositoryUrl>https://github.com/GeReV/BigBoxGameCatalog</RepositoryUrl>
Expand Down
4 changes: 2 additions & 2 deletions Catalog.Wpf/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.2.0.0")]
[assembly: AssemblyFileVersion("0.2.0.0")]
[assembly: AssemblyVersion("0.2.1.0")]
[assembly: AssemblyFileVersion("0.2.1.0")]
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
2 changes: 1 addition & 1 deletion Catalog/Catalog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<RootNamespace>Catalog</RootNamespace>
<PackageVersion>0.2.0</PackageVersion>
<PackageVersion>0.2.1</PackageVersion>
<Title>Big Box Game Catalog</Title>
<Copyright>Copyright © 2020</Copyright>
<Description></Description>
Expand Down

0 comments on commit 4c3cc31

Please sign in to comment.