File tree 5 files changed +7
-7
lines changed
TextTemplatingFileGeneratorCore
TextTransformCore/Properties
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The software in this repository allows you to run a T4 template with the .NET 5
4
4
__ Author:__ RdJNL
5
5
6
6
## Latest release
7
- Version 1.1.0 can be downloaded [ here] ( https://github.com/RdJNL/TextTemplatingCore/releases/download/v1.1.0 /TextTemplatingCore_v1.1.0 .zip ) .
7
+ Version 1.1.1 can be downloaded [ here] ( https://github.com/RdJNL/TextTemplatingCore/releases/download/v1.1.1 /TextTemplatingCore_v1.1.1 .zip ) .
8
8
9
9
## Requirements
10
10
- .NET 5
Original file line number Diff line number Diff line change 29
29
// You can specify all the values or you can default the Build and Revision Numbers
30
30
// by using the '*' as shown below:
31
31
// [assembly: AssemblyVersion("1.0.*")]
32
- [ assembly: AssemblyVersion ( "1.1.0 .0" ) ]
33
- [ assembly: AssemblyFileVersion ( "1.1.0 .0" ) ]
32
+ [ assembly: AssemblyVersion ( "1.1.1 .0" ) ]
33
+ [ assembly: AssemblyFileVersion ( "1.1.1 .0" ) ]
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public sealed class VSPackage : AsyncPackage
20
20
public const string PACKAGE_GUID = "68C949A0-7E31-4336-82A1-DBAEFCD2AE62" ;
21
21
public const string PACKAGE_NAME = "Text Templating File Generator .NET 5" ;
22
22
public const string PACKAGE_DESCRIPTION = TextTemplatingFileGeneratorCore . GENERATOR_DESCRIPTION ;
23
- public const string PACKAGE_VERSION = "1.1.0 " ;
23
+ public const string PACKAGE_VERSION = "1.1.1 " ;
24
24
25
25
protected override async Task InitializeAsync ( CancellationToken cancellationToken , IProgress < ServiceProgressData > progress )
26
26
{
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<PackageManifest Version =" 2.0.0" xmlns =" http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns : d =" http://schemas.microsoft.com/developer/vsx-schema-design/2011" >
3
3
<Metadata >
4
- <Identity Id =" RdJNL.TextTemplatingCore.Generator.85b769de-38f5-4cbe-91ae-d0dfa431fe30" Version =" 1.1.0 " Language =" en-US" Publisher =" RdJNL" />
4
+ <Identity Id =" RdJNL.TextTemplatingCore.Generator.85b769de-38f5-4cbe-91ae-d0dfa431fe30" Version =" 1.1.1 " Language =" en-US" Publisher =" RdJNL" />
5
5
<DisplayName >Text Templating File Generator .NET 5</DisplayName >
6
6
<Description xml : space =" preserve" >Generate files from T4 templates using the .NET 5 runtime.</Description >
7
7
<License >LICENSE</License >
Original file line number Diff line number Diff line change 29
29
// You can specify all the values or you can default the Build and Revision Numbers
30
30
// by using the '*' as shown below:
31
31
// [assembly: AssemblyVersion("1.0.*")]
32
- [ assembly: AssemblyVersion ( "1.1.0 .0" ) ]
33
- [ assembly: AssemblyFileVersion ( "1.1.0 .0" ) ]
32
+ [ assembly: AssemblyVersion ( "1.1.1 .0" ) ]
33
+ [ assembly: AssemblyFileVersion ( "1.1.1 .0" ) ]
You can’t perform that action at this time.
0 commit comments