Skip to content

Commit 8fc1793

Browse files
committed
Version 0.9.2.0
1 parent c1cfb32 commit 8fc1793

File tree

23 files changed

+111
-54
lines changed

23 files changed

+111
-54
lines changed

JavaScriptEngineSwitcher.Core/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
[assembly: ComVisible(false)]
1414
[assembly: Guid("9f7e9fff-da85-4609-8bee-bdead5a3afe2")]
1515

16-
[assembly: AssemblyVersion("0.9.0.0")]
17-
[assembly: AssemblyFileVersion("0.9.0.0")]
16+
[assembly: AssemblyVersion("0.9.2.0")]
17+
[assembly: AssemblyFileVersion("0.9.2.0")]

JavaScriptEngineSwitcher.Core/Resources/Strings.Designer.cs

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

JavaScriptEngineSwitcher.Core/Resources/Strings.resx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@
127127
<value>You do not specified a name of assembly.</value>
128128
</data>
129129
<data name="Common_FileNotExist" xml:space="preserve">
130-
<value>File {0} not exist.</value>
130+
<value>File '{0}' not exist.</value>
131131
</data>
132132
<data name="Common_InstanceCreationFailed" xml:space="preserve">
133-
<value>During instantiate an object of type '{0}' from assembly '{1}' error occurred.</value>
133+
<value>During instantiate an object of type `{0}` from assembly `{1}` error occurred.</value>
134134
</data>
135135
<data name="Common_TypeNameIsEmpty" xml:space="preserve">
136136
<value>You do not specified a type name.</value>
@@ -145,7 +145,7 @@
145145
<value>Default JavaScript engine not specified.</value>
146146
</data>
147147
<data name="Configuration_JsEngineNotRegistered" xml:space="preserve">
148-
<value>JavaScript engine with name '{0}' is not registered in configuration file.</value>
148+
<value>JavaScript engine with name `{0}` is not registered in configuration file.</value>
149149
</data>
150150
<data name="ErrorDetails_Category" xml:space="preserve">
151151
<value>Category</value>
@@ -175,7 +175,7 @@
175175
<value>The function name '{0}' is forbidden, as is contained in the list of reserved words of JavaScript language.</value>
176176
</data>
177177
<data name="Runtime_FunctionParameterTypeNotSupported" xml:space="preserve">
178-
<value>One of the function parameters '{0}' has a type '{1}', which is not supported.</value>
178+
<value>One of the function parameters '{0}' has a type `{1}`, which is not supported.</value>
179179
</data>
180180
<data name="Runtime_InvalidFunctionNameFormat" xml:space="preserve">
181181
<value>The function name '{0}' has incorrect format.</value>
@@ -190,12 +190,12 @@ See more details:
190190
{1}</value>
191191
</data>
192192
<data name="Runtime_ReturnValueTypeNotSupported" xml:space="preserve">
193-
<value>The type of return value '{0}' is not supported.</value>
193+
<value>The type of return value `{0}` is not supported.</value>
194194
</data>
195195
<data name="Runtime_VariableNameIsForbidden" xml:space="preserve">
196196
<value>The variable name '{0}' is forbidden, as is contained in the list of reserved words of JavaScript language.</value>
197197
</data>
198198
<data name="Runtime_VariableTypeNotSupported" xml:space="preserve">
199-
<value>The variable '{0}' has a type '{1}', which is not supported.</value>
199+
<value>The variable '{0}' has a type `{1}`, which is not supported.</value>
200200
</data>
201201
</root>

JavaScriptEngineSwitcher.Core/Resources/Strings.ru-ru.resx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@
127127
<value>Вы не указали имя сборки!</value>
128128
</data>
129129
<data name="Common_FileNotExist" xml:space="preserve">
130-
<value>Файл {0} не существует!</value>
130+
<value>Файл "{0}" не существует!</value>
131131
</data>
132132
<data name="Common_InstanceCreationFailed" xml:space="preserve">
133-
<value>При создании экземпляра объекта типа "{0}" из сборки "{1}" произошла ошибка!</value>
133+
<value>При создании экземпляра объекта типа `{0}` из сборки `{1}` произошла ошибка!</value>
134134
</data>
135135
<data name="Common_TypeNameIsEmpty" xml:space="preserve">
136136
<value>Вы не указали имя типа!</value>
@@ -145,7 +145,7 @@
145145
<value>Не указан JavaScript-движок, который должен использоваться по умолчанию!</value>
146146
</data>
147147
<data name="Configuration_JsEngineNotRegistered" xml:space="preserve">
148-
<value>JavaScript-движок с именем "{0}" не зарегистрирован в конфигурационном файле!</value>
148+
<value>JavaScript-движок с именем `{0}` не зарегистрирован в конфигурационном файле!</value>
149149
</data>
150150
<data name="ErrorDetails_Category" xml:space="preserve">
151151
<value>Категория</value>
@@ -175,7 +175,7 @@
175175
<value>Имя функции "{0}" запрещено, т.к. входит в список зарезервированных слов JavaScript!</value>
176176
</data>
177177
<data name="Runtime_FunctionParameterTypeNotSupported" xml:space="preserve">
178-
<value>Один из параметров функции "{0}" имеет тип "{1}", который не поддерживается!</value>
178+
<value>Один из параметров функции "{0}" имеет тип `{1}`, который не поддерживается!</value>
179179
</data>
180180
<data name="Runtime_InvalidFunctionNameFormat" xml:space="preserve">
181181
<value>Имя функции "{0}" имеет некорректный формат!</value>
@@ -190,12 +190,12 @@
190190
{1}</value>
191191
</data>
192192
<data name="Runtime_ReturnValueTypeNotSupported" xml:space="preserve">
193-
<value>Тип возвращаемого значения "{0}" не поддерживается!</value>
193+
<value>Тип возвращаемого значения `{0}` не поддерживается!</value>
194194
</data>
195195
<data name="Runtime_VariableNameIsForbidden" xml:space="preserve">
196196
<value>Имя переменной "{0}" запрещено, т.к. входит в список зарезервированных слов JavaScript!</value>
197197
</data>
198198
<data name="Runtime_VariableTypeNotSupported" xml:space="preserve">
199-
<value>Переменная "{0}" имеет тип "{1}", который не поддерживается!</value>
199+
<value>Переменная "{0}" имеет тип `{1}`, который не поддерживается!</value>
200200
</data>
201201
</root>

JavaScriptEngineSwitcher.Jurassic/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
[assembly: ComVisible(false)]
1414
[assembly: Guid("1e4eb77e-0771-4109-832f-20e3475315ed")]
1515

16-
[assembly: AssemblyVersion("0.9.0.0")]
17-
[assembly: AssemblyFileVersion("0.9.0.0")]
16+
[assembly: AssemblyVersion("0.9.2.0")]
17+
[assembly: AssemblyFileVersion("0.9.2.0")]

JavaScriptEngineSwitcher.Msie/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
[assembly: Guid("1c5512ac-5d2f-45dc-92d4-725624a0016c")]
1515

1616

17-
[assembly: AssemblyVersion("0.9.0.0")]
18-
[assembly: AssemblyFileVersion("0.9.0.0")]
17+
[assembly: AssemblyVersion("0.9.2.0")]
18+
[assembly: AssemblyFileVersion("0.9.2.0")]

JavaScriptEngineSwitcher.Tests/JavaScriptEngineSwitcher.Configuration.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
xmlns:xs="http://www.w3.org/2001/XMLSchema">
99
<xs:element name="jsEngineSwitcher">
1010
<xs:annotation>
11-
<xs:documentation>Bundle Transformer configuration settings</xs:documentation>
11+
<xs:documentation>Configuration settings of JavaScript Engine Switcher</xs:documentation>
1212
</xs:annotation>
1313
<xs:complexType>
1414
<xs:all>

JavaScriptEngineSwitcher.Tests/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
[assembly: ComVisible(false)]
1414
[assembly: Guid("4cfa9f30-6718-4b7e-8329-7602278b8e31")]
1515

16-
[assembly: AssemblyVersion("0.9.0.0")]
17-
[assembly: AssemblyFileVersion("0.9.0.0")]
16+
[assembly: AssemblyVersion("0.9.2.0")]
17+
[assembly: AssemblyFileVersion("0.9.2.0")]

JavaScriptEngineSwitcher.V8/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
[assembly: ComVisible(false)]
1414
[assembly: Guid("684edd94-43fe-4486-a4f3-6b9197d10ebf")]
1515

16-
[assembly: AssemblyVersion("0.9.0.0")]
17-
[assembly: AssemblyFileVersion("0.9.0.0")]
16+
[assembly: AssemblyVersion("0.9.2.0")]
17+
[assembly: AssemblyFileVersion("0.9.2.0")]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3+
<metadata>
4+
<id>JavaScriptEngineSwitcher.ConfigurationIntelliSense</id>
5+
<version>0.9.2</version>
6+
<title>JavaScript Engine Switcher for .Net: IntelliSense</title>
7+
<authors>Andrey Taritsyn</authors>
8+
<owners>Andrey Taritsyn</owners>
9+
<licenseUrl>http://github.com/Taritsyn/JavaScriptEngineSwitcher/blob/master/LICENSE</licenseUrl>
10+
<projectUrl>http://github.com/Taritsyn/JavaScriptEngineSwitcher</projectUrl>
11+
<iconUrl>http://raw.github.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_ConfigurationIntelliSense_Logo128x128.png</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>JavaScriptEngineSwitcher.ConfigurationIntelliSense adds IntelliSense support when editing the `jsEngineSwitcher` configuration section in the Web.config or App.config file.</description>
14+
<summary>JavaScriptEngineSwitcher.ConfigurationIntelliSense adds IntelliSense support when editing the `jsEngineSwitcher` configuration section in the Web.config or App.config file.</summary>
15+
<copyright>Copyright 2013 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
16+
<language>en-US</language>
17+
<tags>App.config Web.config IntelliSense</tags>
18+
</metadata>
19+
<files>
20+
<file src="..\..\JavaScriptEngineSwitcher.Tests\JavaScriptEngineSwitcher.Configuration.xsd" target="content" />
21+
</files>
22+
</package>

0 commit comments

Comments
 (0)