Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dstelljes committed Feb 21, 2020
1 parent effb3ce commit fe41761
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Chr.Avro.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\Chr.Avro.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
<AssemblyVersion>3.3.0.0</AssemblyVersion>
<Authors>C.H. Robinson</Authors>
<Company>C.H. Robinson</Company>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
Expand All @@ -12,7 +12,7 @@
<RepositoryUrl>https://github.com/ch-robinson/dotnet-avro</RepositoryUrl>
<SignAssembly>true</SignAssembly>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>3.2.1</Version>
<Version>3.3.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Chr.Avro is an Avro implementation for .NET. It’s designed to serve as a flexi
```
$ dotnet tool install Chr.Avro.Cli --global
You can invoke the tool using the following command: dotnet-avro
Tool 'chr.avro.cli' (version '3.2.1') was successfully installed.
Tool 'chr.avro.cli' (version '3.3.0') was successfully installed.
$ dotnet avro help
Chr.Avro 3.2.1
Chr.Avro 3.3.0
...
```

Expand Down
2 changes: 1 addition & 1 deletion docs/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const path = require('path')
module.exports = {
siteMetadata: {
githubUrl: 'https://github.com/ch-robinson/dotnet-avro',
latestRelease: '3.2.1',
latestRelease: '3.3.0',
projectName: 'Chr.Avro'
},
pathPrefix: '/dotnet-avro',
Expand Down

0 comments on commit fe41761

Please sign in to comment.