Skip to content

Commit

Permalink
Increase project version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Oct 16, 2018
1 parent 9216cc6 commit 07a7c5a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Works with Bootstrap components of version 3.3 and 4.0+.

Supports .NET Framework 4.0+ and .NET Core/Standard 2.0+.

**[What's new in v0.7.0](https://atata-framework.github.io/blog/2018/08/20/atata.bootstrap-0.7.0-released/)**
**[What's new in v1.0.0](https://atata-framework.github.io/blog/2018/10/16/atata.bootstrap-1.0.0-released/)**

## Components

Expand Down
8 changes: 5 additions & 3 deletions src/Atata.Bootstrap/Atata.Bootstrap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net40;net45;netstandard2.0</TargetFrameworks>
<Version>0.7.0</Version>
<Version>1.0.0</Version>
<Authors>Yevgeniy Shunevych</Authors>
<Company>Yevgeniy Shunevych</Company>
<Product>Atata Framework</Product>
Expand All @@ -17,17 +17,19 @@ Atata Framework documentation: https://atata-framework.github.io</Description>
<Copyright>© Yevgeniy Shunevych 2018</Copyright>
<PackageLicenseUrl>https://raw.githubusercontent.com/atata-framework/atata-bootstrap/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/atata-framework/atata-bootstrap</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/atata-framework/atata/master/logo.png?v2</PackageIconUrl>
<PackageIconUrl>https://raw.githubusercontent.com/atata-framework/atata/master/logo_68.png</PackageIconUrl>
<RepositoryUrl>https://github.com/atata-framework/atata-bootstrap</RepositoryUrl>
<PackageTags>atata automation testing test selenium webdriver browser bootstrap</PackageTags>
<PackageReleaseNotes>0.7.0 - https://atata-framework.github.io/blog/2018/08/20/atata.bootstrap-0.7.0-released/
<PackageReleaseNotes>1.0.0 - https://atata-framework.github.io/blog/2018/10/16/atata.bootstrap-1.0.0-released/
0.7.0 - https://atata-framework.github.io/blog/2018/08/20/atata.bootstrap-0.7.0-released/
0.6.0 - https://atata-framework.github.io/blog/2017/12/29/atata.bootstrap-0.6.0-released/
0.5.0 - https://atata-framework.github.io/blog/2017/10/17/atata.bootstrap-0.5.0-released/
0.4.1 - https://github.com/atata-framework/atata-bootstrap/releases/tag/v0.4.1
0.4.0 - https://github.com/atata-framework/atata-bootstrap/releases/tag/v0.4.0
0.3.0 - Initial release.</PackageReleaseNotes>
<CodeAnalysisRuleSet>..\Atata.ruleset</CodeAnalysisRuleSet>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
[assembly: AssemblyCopyright("© Yevgeniy Shunevych 2018")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.7.0")]
[assembly: AssemblyFileVersion("0.7.0")]
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.0.0")]

0 comments on commit 07a7c5a

Please sign in to comment.