Skip to content

Commit

Permalink
Bump version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush committed Apr 6, 2016
1 parent 345a124 commit b1abb02
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ artifacts/
*.vsp
*.vspx

# Visual Studio Code
.vscode

# Click-Once directory
[Pp]ublish/

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Saladbowl Creative
Copyright (c) 2016 SaladLab

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ IF NOT EXIST %PACKAGEPATH%FAKE\Ver_4.23.0 (
COPY NUL %PACKAGEPATH%FAKE\Ver_4.23.0
)

IF NOT EXIST %PACKAGEPATH%FAKE.BuildLib\Ver_0.1.6 (
IF NOT EXIST %PACKAGEPATH%FAKE.BuildLib\Ver_0.1.9 (
RD /S/Q %PACKAGEPATH%FAKE.BuildLib
%NUGET% install FAKE.BuildLib -Version 0.1.6 %NUGETOPTIONS%
COPY NUL %PACKAGEPATH%FAKE.BuildLib\Ver_0.1.6
%NUGET% install FAKE.BuildLib -Version 0.1.9 %NUGETOPTIONS%
COPY NUL %PACKAGEPATH%FAKE.BuildLib\Ver_0.1.9
)

set encoding=utf-8
Expand Down
4 changes: 4 additions & 0 deletions core/AsyncWorker/AsyncWorker.Release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0 (Released 2016/04/06)

* Stable version

## 0.1.1 (Released 2016/02/26)

* Support atomic & synced work
Expand Down
10 changes: 5 additions & 5 deletions core/AsyncWorker/Properties/AssemblyInfoGenerated.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// <auto-generated/>
using System.Reflection;

[assembly: AssemblyVersionAttribute("0.0.0")]
[assembly: AssemblyFileVersionAttribute("0.1.1")]
[assembly: AssemblyInformationalVersionAttribute("0.1.1")]
[assembly: AssemblyVersionAttribute("1.0.0")]
[assembly: AssemblyFileVersionAttribute("1.0.0")]
[assembly: AssemblyInformationalVersionAttribute("1.0.0")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.0.0";
internal const string InformationalVersion = "0.1.1";
internal const string Version = "1.0.0";
internal const string InformationalVersion = "1.0.0";
}
}

0 comments on commit b1abb02

Please sign in to comment.