Skip to content

Commit

Permalink
fix num version
Browse files Browse the repository at this point in the history
  • Loading branch information
renepacios committed Dec 3, 2023
1 parent e479612 commit b043f85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>
<Import Project="dependencies.props" />
<PropertyGroup>
<Version>0</Version>
<FileVersion>$(Version).0.1</FileVersion>
<Version>1</Version>
<FileVersion>$(Version).1.0</FileVersion>
<Company>René Pacios</Company>
<Copyright>Copyright © $(Company) - $([System.DateTime]::Now.Year)</Copyright>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>1.0.0.0</Version>
<Version>$(FileVersion).0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Magic.AutoMapper/Magic.AutoMapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>$(NetStandardTargetVersion)</TargetFramework>
<LangVersion>$(LangVersion)</LangVersion>
<Version>1.0.0.0</Version>
<Version>$(FileVersion).0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="12.0.1" />
Expand Down

0 comments on commit b043f85

Please sign in to comment.