Skip to content

Commit

Permalink
Merge pull request #9 from skoruba/dev
Browse files Browse the repository at this point in the history
Update to 1.0.0
  • Loading branch information
skoruba authored Nov 6, 2020
2 parents a9f27c0 + d360d45 commit 1982a75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# How to install

```ps
dotnet add package Skoruba.AuditLogging.EntityFramework --version 1.0.0-beta8
dotnet add package Skoruba.AuditLogging.EntityFramework --version 1.0.0
```

# How to use it
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-beta8</Version>
<Version>1.0.0</Version>
<Description>Simple audit logging for .NET Core with EntityFramework Core support</Description>
<PackageProjectUrl></PackageProjectUrl>
<RepositoryUrl>https://github.com/skoruba/AuditLogging</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/Skoruba.AuditLogging/Skoruba.AuditLogging.csproj
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-beta8</Version>
<Version>1.0.0</Version>
<Description>Simple audit logging for .NET Core with EntityFramework Core support</Description>
<PackageProjectUrl></PackageProjectUrl>
<RepositoryUrl>https://github.com/skoruba/AuditLogging</RepositoryUrl>
Expand Down

0 comments on commit 1982a75

Please sign in to comment.