Skip to content

Commit

Permalink
Update Assembly info (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes authored Dec 6, 2017
1 parent 93f695c commit 23ec6d5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
10 changes: 7 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

image: Visual Studio 2017

skip_branch_with_pr: true

# Skipping commits affecting specific files
skip_commits:
files:
Expand Down Expand Up @@ -52,7 +54,7 @@
nuget restore source\nanoFramework.CoreLibrary.sln
gitversion /l console /output buildserver /updateAssemblyInfo /ensureassemblyinfo
gitversion /l console /output buildserver /updateAssemblyInfo AssemblyInfo2.cs /ensureassemblyinfo
build_script:
- ps: >-
Expand All @@ -76,6 +78,8 @@
api_key:
secure: NSRDXbS8tmzOy4wStGuO3yQMKI8Sk10vF8iQtz9ZDXEnHfwnuDdnXbr/Kno3MMvY
skip_symbols: true
on:
appveyor_repo_tag: true
- provider: GitHub
tag: v$(GitVersion_NuGetVersionV2)
release: nanoFramework Core Library v$(gitversion_semver)
Expand Down Expand Up @@ -143,7 +147,7 @@
nuget restore source\nanoFramework.CoreLibrary.sln
gitversion /l console /output buildserver /updateAssemblyInfo /ensureassemblyinfo
gitversion /l console /output buildserver /updateAssemblyInfo AssemblyInfo2.cs /ensureassemblyinfo
build_script:
- ps: >-
Expand Down Expand Up @@ -250,7 +254,7 @@
nuget restore source\nanoFramework.CoreLibrary.sln
gitversion /l console /output buildserver /updateAssemblyInfo /ensureassemblyinfo
gitversion /l console /output buildserver /updateAssemblyInfo AssemblyInfo2.cs /ensureassemblyinfo
build_script:
- ps: >-
Expand Down
7 changes: 7 additions & 0 deletions source/System/AssemblyInfo2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@
using System.Reflection;

[assembly: CLSCompliant(true)]
[assembly: AssemblyTitle("mscorlib")]
[assembly: AssemblyCompany("nanoFramework Contributors")]
[assembly: AssemblyProduct("nanoFramework mscorlib")]
[assembly: AssemblyCopyright("Copyright © nanoFramework Contributors 2017")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0.0")]

0 comments on commit 23ec6d5

Please sign in to comment.