Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eirik Tsarpalis committed Oct 19, 2017
1 parent 2e3e02f commit 4af96ae
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions .paket/Paket.Restore.targets
Expand Up @@ -30,7 +30,7 @@
<DisableImplicitSystemValueTupleReference>true</DisableImplicitSystemValueTupleReference>
</PropertyGroup>

<Target Name="PaketRestore" BeforeTargets="_GenerateDotnetCliToolReferenceSpecs;_GenerateProjectRestoreGraphPerFramework;_GenerateRestoreGraphWalkPerFramework;CollectPackageReferences" >
<Target Name="PaketRestore" Condition=" '$(ResolveNuGetPackages)' != 'False' " BeforeTargets="_GenerateDotnetCliToolReferenceSpecs;_GenerateProjectRestoreGraphPerFramework;_GenerateRestoreGraphWalkPerFramework;CollectPackageReferences" >

<!-- Step 1 Check if lockfile is properly restored -->
<PropertyGroup>
Expand Down Expand Up @@ -88,7 +88,7 @@
<Exec Command='$(PaketCommand) restore --project "$(MSBuildProjectFullPath)"' Condition=" '$(PaketRestoreRequired)' == 'true' " ContinueOnError="false" />

<!-- This shouldn't actually happen, but just to be sure. -->
<Error Condition=" !Exists('$(PaketResolvedFilePath)') AND '$(TargetFramework)' != '' " Text="A paket file for the framework '$(TargetFramework)' is missing. Please delete 'paket-files/paket.restore.cached' and call 'paket restore'." />
<Error Condition=" !Exists('$(PaketResolvedFilePath)') AND '$(TargetFramework)' != '' " Text="Paket file '$(PaketResolvedFilePath)' is missing while restoring $(MSBuildProjectFile). Please delete 'paket-files/paket.restore.cached' and call 'paket restore'." />

<!-- Step 4 forward all msbuild properties (PackageReference, DotNetCliToolReference) to msbuild -->
<ReadLinesFromFile Condition="Exists('$(PaketResolvedFilePath)')" File="$(PaketResolvedFilePath)" >
Expand Down
8 changes: 4 additions & 4 deletions src/MBrace.CSharp/Properties/AssemblyInfo.cs
Expand Up @@ -5,15 +5,15 @@
[assembly: AssemblyCompanyAttribute("Nessos Information Technologies")]
[assembly: AssemblyCopyrightAttribute("© Nessos Information Technologies.")]
[assembly: AssemblyTrademarkAttribute("MBrace")]
[assembly: AssemblyVersionAttribute("1.5.0")]
[assembly: AssemblyFileVersionAttribute("1.5.0")]
[assembly: AssemblyVersionAttribute("1.5.1")]
[assembly: AssemblyFileVersionAttribute("1.5.1")]
namespace System {
internal static class AssemblyVersionInformation {
internal const System.String AssemblyProduct = "MBrace";
internal const System.String AssemblyCompany = "Nessos Information Technologies";
internal const System.String AssemblyCopyright = "© Nessos Information Technologies.";
internal const System.String AssemblyTrademark = "MBrace";
internal const System.String AssemblyVersion = "1.5.0";
internal const System.String AssemblyFileVersion = "1.5.0";
internal const System.String AssemblyVersion = "1.5.1";
internal const System.String AssemblyFileVersion = "1.5.1";
}
}
8 changes: 4 additions & 4 deletions src/MBrace.Core/AssemblyInfo.fs
Expand Up @@ -6,14 +6,14 @@ open System.Reflection
[<assembly: AssemblyCompanyAttribute("Nessos Information Technologies")>]
[<assembly: AssemblyCopyrightAttribute("© Nessos Information Technologies.")>]
[<assembly: AssemblyTrademarkAttribute("MBrace")>]
[<assembly: AssemblyVersionAttribute("1.5.0")>]
[<assembly: AssemblyFileVersionAttribute("1.5.0")>]
[<assembly: AssemblyVersionAttribute("1.5.1")>]
[<assembly: AssemblyFileVersionAttribute("1.5.1")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyProduct = "MBrace"
let [<Literal>] AssemblyCompany = "Nessos Information Technologies"
let [<Literal>] AssemblyCopyright = "© Nessos Information Technologies."
let [<Literal>] AssemblyTrademark = "MBrace"
let [<Literal>] AssemblyVersion = "1.5.0"
let [<Literal>] AssemblyFileVersion = "1.5.0"
let [<Literal>] AssemblyVersion = "1.5.1"
let [<Literal>] AssemblyFileVersion = "1.5.1"
8 changes: 4 additions & 4 deletions src/MBrace.Flow/AssemblyInfo.fs
Expand Up @@ -6,14 +6,14 @@ open System.Reflection
[<assembly: AssemblyCompanyAttribute("Nessos Information Technologies")>]
[<assembly: AssemblyCopyrightAttribute("© Nessos Information Technologies.")>]
[<assembly: AssemblyTrademarkAttribute("MBrace")>]
[<assembly: AssemblyVersionAttribute("1.5.0")>]
[<assembly: AssemblyFileVersionAttribute("1.5.0")>]
[<assembly: AssemblyVersionAttribute("1.5.1")>]
[<assembly: AssemblyFileVersionAttribute("1.5.1")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyProduct = "MBrace"
let [<Literal>] AssemblyCompany = "Nessos Information Technologies"
let [<Literal>] AssemblyCopyright = "© Nessos Information Technologies."
let [<Literal>] AssemblyTrademark = "MBrace"
let [<Literal>] AssemblyVersion = "1.5.0"
let [<Literal>] AssemblyFileVersion = "1.5.0"
let [<Literal>] AssemblyVersion = "1.5.1"
let [<Literal>] AssemblyFileVersion = "1.5.1"
8 changes: 4 additions & 4 deletions src/MBrace.Runtime/AssemblyInfo.fs
Expand Up @@ -6,14 +6,14 @@ open System.Reflection
[<assembly: AssemblyCompanyAttribute("Nessos Information Technologies")>]
[<assembly: AssemblyCopyrightAttribute("© Nessos Information Technologies.")>]
[<assembly: AssemblyTrademarkAttribute("MBrace")>]
[<assembly: AssemblyVersionAttribute("1.5.0")>]
[<assembly: AssemblyFileVersionAttribute("1.5.0")>]
[<assembly: AssemblyVersionAttribute("1.5.1")>]
[<assembly: AssemblyFileVersionAttribute("1.5.1")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyProduct = "MBrace"
let [<Literal>] AssemblyCompany = "Nessos Information Technologies"
let [<Literal>] AssemblyCopyright = "© Nessos Information Technologies."
let [<Literal>] AssemblyTrademark = "MBrace"
let [<Literal>] AssemblyVersion = "1.5.0"
let [<Literal>] AssemblyFileVersion = "1.5.0"
let [<Literal>] AssemblyVersion = "1.5.1"
let [<Literal>] AssemblyFileVersion = "1.5.1"
8 changes: 4 additions & 4 deletions src/MBrace.Thespian/AssemblyInfo.fs
Expand Up @@ -6,14 +6,14 @@ open System.Reflection
[<assembly: AssemblyCompanyAttribute("Nessos Information Technologies")>]
[<assembly: AssemblyCopyrightAttribute("© Nessos Information Technologies.")>]
[<assembly: AssemblyTrademarkAttribute("MBrace")>]
[<assembly: AssemblyVersionAttribute("1.5.0")>]
[<assembly: AssemblyFileVersionAttribute("1.5.0")>]
[<assembly: AssemblyVersionAttribute("1.5.1")>]
[<assembly: AssemblyFileVersionAttribute("1.5.1")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyProduct = "MBrace"
let [<Literal>] AssemblyCompany = "Nessos Information Technologies"
let [<Literal>] AssemblyCopyright = "© Nessos Information Technologies."
let [<Literal>] AssemblyTrademark = "MBrace"
let [<Literal>] AssemblyVersion = "1.5.0"
let [<Literal>] AssemblyFileVersion = "1.5.0"
let [<Literal>] AssemblyVersion = "1.5.1"
let [<Literal>] AssemblyFileVersion = "1.5.1"
8 changes: 4 additions & 4 deletions tests/MBrace.CSharp.Tests/Properties/AssemblyInfo.cs
Expand Up @@ -5,15 +5,15 @@
[assembly: AssemblyCompanyAttribute("Nessos Information Technologies")]
[assembly: AssemblyCopyrightAttribute("© Nessos Information Technologies.")]
[assembly: AssemblyTrademarkAttribute("MBrace")]
[assembly: AssemblyVersionAttribute("1.5.0")]
[assembly: AssemblyFileVersionAttribute("1.5.0")]
[assembly: AssemblyVersionAttribute("1.5.1")]
[assembly: AssemblyFileVersionAttribute("1.5.1")]
namespace System {
internal static class AssemblyVersionInformation {
internal const System.String AssemblyProduct = "MBrace";
internal const System.String AssemblyCompany = "Nessos Information Technologies";
internal const System.String AssemblyCopyright = "© Nessos Information Technologies.";
internal const System.String AssemblyTrademark = "MBrace";
internal const System.String AssemblyVersion = "1.5.0";
internal const System.String AssemblyFileVersion = "1.5.0";
internal const System.String AssemblyVersion = "1.5.1";
internal const System.String AssemblyFileVersion = "1.5.1";
}
}
8 changes: 4 additions & 4 deletions tests/MBrace.Core.Tests/AssemblyInfo.fs
Expand Up @@ -6,14 +6,14 @@ open System.Reflection
[<assembly: AssemblyCompanyAttribute("Nessos Information Technologies")>]
[<assembly: AssemblyCopyrightAttribute("© Nessos Information Technologies.")>]
[<assembly: AssemblyTrademarkAttribute("MBrace")>]
[<assembly: AssemblyVersionAttribute("1.5.0")>]
[<assembly: AssemblyFileVersionAttribute("1.5.0")>]
[<assembly: AssemblyVersionAttribute("1.5.1")>]
[<assembly: AssemblyFileVersionAttribute("1.5.1")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyProduct = "MBrace"
let [<Literal>] AssemblyCompany = "Nessos Information Technologies"
let [<Literal>] AssemblyCopyright = "© Nessos Information Technologies."
let [<Literal>] AssemblyTrademark = "MBrace"
let [<Literal>] AssemblyVersion = "1.5.0"
let [<Literal>] AssemblyFileVersion = "1.5.0"
let [<Literal>] AssemblyVersion = "1.5.1"
let [<Literal>] AssemblyFileVersion = "1.5.1"

0 comments on commit 4af96ae

Please sign in to comment.