Skip to content

Commit

Permalink
Merge pull request #424 from gregkalapos/VersionUpdate
Browse files Browse the repository at this point in the history
Remove "beta" from the version flags
  • Loading branch information
gregkalapos authored Jul 31, 2019
2 parents e381f43 + 8f7e9e6 commit f6851a7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
Please fill out this survey to help us prioritizing framework support:
[https://goo.gl/forms/FHHbhptcDx8eDNx92](https://goo.gl/forms/FHHbhptcDx8eDNx92)

This agent is in prototyping state and under heavy development. Do not deploy into production!

## Documentation

Docs are located [here](docs).
Expand Down
4 changes: 2 additions & 2 deletions src/Elastic.Apm.AspNetCore/Elastic.Apm.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Elastic.Apm.AspNetCore</AssemblyName>
<AssemblyVersion>1.0.0</AssemblyVersion>
<InformationalVersion>1.0.0-beta1</InformationalVersion>
<InformationalVersion>1.0.0</InformationalVersion>
<FileVersion>1.0.0</FileVersion>
<RootNamespace>Elastic.Apm.AspNetCore</RootNamespace>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\build\elasticapm.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<PackageVersion>1.0.0-beta1</PackageVersion>
<PackageVersion>1.0.0</PackageVersion>
<Authors>Elastic and contributors</Authors>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<PackageId>Elastic.Apm.AspNetCore</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<RootNamespace>Elastic.Apm.EntityFrameworkCore</RootNamespace>
<AssemblyName>Elastic.Apm.EntityFrameworkCore</AssemblyName>
<AssemblyVersion>1.0.0</AssemblyVersion>
<InformationalVersion>1.0.0-beta1</InformationalVersion>
<InformationalVersion>1.0.0</InformationalVersion>
<FileVersion>1.0.0</FileVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\build\elasticapm.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<PackageVersion>1.0.0-beta1</PackageVersion>
<PackageVersion>1.0.0</PackageVersion>
<Authors>Elastic and contributors</Authors>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<PackageId>Elastic.Apm.EntityFrameworkCore</PackageId>
Expand Down
4 changes: 2 additions & 2 deletions src/Elastic.Apm.NetCoreAll/Elastic.Apm.NetCoreAll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Elastic.Apm.NetCoreAll</RootNamespace>
<AssemblyVersion>1.0.0</AssemblyVersion>
<InformationalVersion>1.0.0-beta1</InformationalVersion>
<InformationalVersion>1.0.0</InformationalVersion>
<FileVersion>1.0.0</FileVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\build\elasticapm.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<PackageVersion>1.0.0-beta1</PackageVersion>
<PackageVersion>1.0.0</PackageVersion>
<Authors>Elastic and contributors</Authors>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<PackageId>Elastic.Apm.NetCoreAll</PackageId>
Expand Down
4 changes: 2 additions & 2 deletions src/Elastic.Apm/Elastic.Apm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<RootNamespace>Elastic.Apm</RootNamespace>
<AssemblyName>Elastic.Apm</AssemblyName>
<AssemblyVersion>1.0.0</AssemblyVersion>
<InformationalVersion>1.0.0-beta1</InformationalVersion>
<InformationalVersion>1.0.0</InformationalVersion>
<FileVersion>1.0.0</FileVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\build\elasticapm.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<PackageVersion>1.0.0-beta1</PackageVersion>
<PackageVersion>1.0.0</PackageVersion>
<Authors>Elastic and contributors</Authors>
<PackageId>Elastic.Apm</PackageId>
<copyright>2019 Elasticsearch BV</copyright>
Expand Down

0 comments on commit f6851a7

Please sign in to comment.