Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcsizmadia committed Nov 6, 2022
1 parent 832fb81 commit 0e8e8c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;net461;netcoreapp3.1;net6.0</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<PackageId>EgonsoftHU.Extensions.DependencyInjection.Abstractions</PackageId>
<VersionPrefix>1.0.2</VersionPrefix>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Authors>Gabor Csizmadia</Authors>
<Owners>Egonsoft.HU</Owners>
Expand Down
2 changes: 1 addition & 1 deletion src/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<assemblyIdentity
type="win32"
name="EgonsoftHU.Extensions.DependencyInjection.Abstractions"
version="1.0.2.0"
version="2.0.0.0"
/>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
Expand Down

0 comments on commit 0e8e8c9

Please sign in to comment.