Skip to content

Commit

Permalink
- Adding AssemblyInfo.cs to Choice project as required for code signi…
Browse files Browse the repository at this point in the history
…ng process; (#369)

- Bumping NPM package versions to 1.0.0 as this will be the first public release of the packages.
  • Loading branch information
tellarin authored and wgx998877 committed Mar 2, 2018
1 parent 4b6f5c6 commit 6f97c7a
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 22 deletions.
36 changes: 36 additions & 0 deletions .NET/Microsoft.Recognizers.Text.Choice/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Microsoft.Recognizers.Text.Choice")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft.Recognizers.Text.Choice")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("59755149-E656-4EF7-87A5-76EEE3FD5144")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion JavaScript/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/recognizers-*"
],
"version": "1.0.0-rc.32.0"
"version": "1.0.0"
}
4 changes: 2 additions & 2 deletions JavaScript/packages/recognizers-choice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/recognizers-text-choice",
"version": "1.0.0-rc.32.0",
"version": "1.0.0",
"description": "recognizers-text-choice abstract",
"author": "Microsoft Corp.",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
"prepare": "npm run build-resources && npm run clean-build && tsc && rollup -c"
},
"dependencies": {
"@microsoft/recognizers-text": "^1.0.0-rc.32.0",
"@microsoft/recognizers-text": "^1.0.0",
"grapheme-splitter": "^1.0.2"
}
}
8 changes: 4 additions & 4 deletions JavaScript/packages/recognizers-date-time/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/recognizers-text-date-time",
"version": "1.0.0-rc.32.0",
"version": "1.0.0",
"description": "recognizers-text provides robust recognition and resolution of date/time expressed in multiple languages. Support for English, Spanish, Chinese and French.",
"author": "Microsoft Corp.",
"license": "MIT",
Expand Down Expand Up @@ -35,8 +35,8 @@
"dependencies": {
"lodash.isequal": "^4.5.0",
"lodash.tonumber": "^4.0.3",
"@microsoft/recognizers-text": "^1.0.0-rc.32.0",
"@microsoft/recognizers-text-number": "^1.0.0-rc.32.0",
"@microsoft/recognizers-text-number-with-unit": "^1.0.0-rc.32.0"
"@microsoft/recognizers-text": "^1.0.0",
"@microsoft/recognizers-text-number": "^1.0.0",
"@microsoft/recognizers-text-number-with-unit": "^1.0.0"
}
}
6 changes: 3 additions & 3 deletions JavaScript/packages/recognizers-number-with-unit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/recognizers-text-number-with-unit",
"version": "1.0.0-rc.32.0",
"version": "1.0.0",
"description": "recognizers-text-number-with-unit provides robust recognition and resolution of numbers with units expressed in multiple languages. Support for English, Spanish, Chinese and Portuguese.",
"author": "Microsoft Corp.",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
"lodash.escaperegexp": "^4.1.2",
"lodash.last": "^3.0.0",
"lodash.max": "^4.0.1",
"@microsoft/recognizers-text": "^1.0.0-rc.32.0",
"@microsoft/recognizers-text-number": "^1.0.0-rc.32.0"
"@microsoft/recognizers-text": "^1.0.0",
"@microsoft/recognizers-text-number": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions JavaScript/packages/recognizers-number/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/recognizers-text-number",
"version": "1.0.0-rc.32.0",
"version": "1.0.0",
"description": "recognizers-text-number provides robust recognition and resolution of numbers expressed in multiple languages. Support for English, Spanish, Chinese, French and Portuguese.",
"author": "Microsoft Corp.",
"license": "MIT",
Expand Down Expand Up @@ -35,7 +35,7 @@
"lodash.escaperegexp": "^4.1.2",
"lodash.sortby": "^4.7.0",
"lodash.trimend": "^4.5.1",
"@microsoft/recognizers-text": "^1.0.0-rc.32.0",
"@microsoft/recognizers-text": "^1.0.0",
"xregexp": "^3.2.0"
}
}
4 changes: 2 additions & 2 deletions JavaScript/packages/recognizers-sequence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/recognizers-text-sequence",
"version": "1.0.0-rc.32.0",
"version": "1.0.0",
"description": "recognizers-text-sequence abstract",
"author": "Microsoft Corp.",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
"prepare": "npm run build-resources && npm run clean-build && tsc && rollup -c"
},
"dependencies": {
"@microsoft/recognizers-text": "^1.0.0-rc.32.0",
"@microsoft/recognizers-text": "^1.0.0",
"grapheme-splitter": "^1.0.2"
}
}
14 changes: 7 additions & 7 deletions JavaScript/packages/recognizers-text-suite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/recognizers-text-suite",
"version": "1.0.0-rc.32.0",
"version": "1.0.0",
"description": "recognizers-text-suite provides robust recognition and resolution of numbers, units, and date/time expressed in multiple languages. Support for English, Spanish, and Chinese (full); and French and Portuguese (partial).",
"author": "Microsoft Corp.",
"license": "MIT",
Expand Down Expand Up @@ -32,11 +32,11 @@
"prepare": "npm run clean-build && tsc && rollup -c"
},
"dependencies": {
"@microsoft/recognizers-text": "^1.0.0-rc.32.0",
"@microsoft/recognizers-text-date-time": "^1.0.0-rc.32.0",
"@microsoft/recognizers-text-number": "^1.0.0-rc.32.0",
"@microsoft/recognizers-text-number-with-unit": "^1.0.0-rc.32.0",
"@microsoft/recognizers-text-sequence": "^1.0.0-rc.32.0",
"@microsoft/recognizers-text-choice": "^1.0.0-rc.32.0"
"@microsoft/recognizers-text": "^1.0.0",
"@microsoft/recognizers-text-number": "^1.0.0",
"@microsoft/recognizers-text-number-with-unit": "^1.0.0",
"@microsoft/recognizers-text-date-time": "^1.0.0",
"@microsoft/recognizers-text-sequence": "^1.0.0",
"@microsoft/recognizers-text-choice": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion JavaScript/packages/recognizers-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/recognizers-text",
"version": "1.0.0-rc.32.0",
"version": "1.0.0",
"description": "recognizers-text README",
"author": "Microsoft Corp.",
"license": "MIT",
Expand Down

0 comments on commit 6f97c7a

Please sign in to comment.