Skip to content

Commit

Permalink
bumping versions to 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Jan 3, 2020
1 parent 0844758 commit 53bc0ee
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 4.0.0.{build}
version: 4.1.0.{build}

configuration: Release

Expand Down
2 changes: 1 addition & 1 deletion rakefile.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
COMPILE_TARGET = ENV['config'].nil? ? "debug" : ENV['config']
RESULTS_DIR = "results"
BUILD_VERSION = '3.1.0'
BUILD_VERSION = '4.1.0'

tc_build_number = ENV["BUILD_NUMBER"]
build_revision = tc_build_number || Time.new.strftime('5%H%M')
Expand Down
2 changes: 1 addition & 1 deletion src/Lamar.Diagnostics/Lamar.Diagnostics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Adds diagnostic checks to the command line of your Lamar-enabled ASP.Net Core app</Description>
<VersionPrefix>1.1.2</VersionPrefix>
<VersionPrefix>1.1.3</VersionPrefix>
<Authors>Jeremy D. Miller</Authors>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<DebugType>portable</DebugType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Lamar Adapter for ASP.Net Core</Description>
<VersionPrefix>4.0.2</VersionPrefix>
<VersionPrefix>4.1.0</VersionPrefix>
<Authors>Jeremy D. Miller</Authors>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<DebugType>portable</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion src/Lamar/Lamar.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Fast ASP.Net Core compatible IoC Tool, Successor to StructureMap</Description>
<VersionPrefix>4.0.0</VersionPrefix>
<VersionPrefix>4.1.0</VersionPrefix>
<Authors>Jeremy D. Miller</Authors>
<TargetFrameworks>net461;netstandard2.0;netstandard2.1</TargetFrameworks>
<DebugType>portable</DebugType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>

<Description>Command line utilities for managing Lamar dynamically generated code</Description>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionPrefix>1.0.2</VersionPrefix>
<Authors>Jeremy D. Miller</Authors>
<DebugType>portable</DebugType>
<AssemblyName>LamarCodeGeneration.Commands</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/LamarCodeGeneration/LamarCodeGeneration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Code Generation Chicanery for .Net</Description>
<VersionPrefix>1.3.0</VersionPrefix>
<VersionPrefix>1.4.0</VersionPrefix>
<Authors>Jeremy D. Miller</Authors>
<TargetFrameworks>net461;netstandard2.0;netstandard2.1</TargetFrameworks>
<DebugType>portable</DebugType>
Expand Down

0 comments on commit 53bc0ee

Please sign in to comment.