Skip to content

Commit

Permalink
fix package version metadata on csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
albx committed Jan 4, 2020
1 parent fad8cb0 commit 1439ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Wilcommerce.Catalog/Wilcommerce.Catalog.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.0.1</VersionPrefix>
<Authors>Alberto Mori</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Wilcommerce.Catalog</AssemblyName>
Expand All @@ -14,7 +14,7 @@
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Description>Wilcommerce Catalog components</Description>
<Title>Wilcommerce.Catalog</Title>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 1439ebf

Please sign in to comment.